home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February / PCWorld_2008-02_cd.bin / v cisle / qip / qipinfium9000.exe / infium.exe / 0 / RCDATA / TFRMFT / TFRMFT.txt
Text File  |  2007-12-27  |  849b  |  42 lines

  1. object frmFT: TfrmFT
  2.   Left = 521
  3.   Top = 363
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 177
  7.   ClientWidth = 485
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnMouseWheel = FormMouseWheel
  20.   DesignSize = (
  21.     485
  22.     177)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object PanelCont: TInfuPanel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 470
  29.     Height = 159
  30.     Anchors = [akLeft, akTop, akRight, akBottom]
  31.     BevelOuter = bvNone
  32.     BorderStyle = bsSingle
  33.     TabOrder = 0
  34.   end
  35.   object TimerUpd: TTimer
  36.     Interval = 200
  37.     OnTimer = TimerUpdTimer
  38.     Left = 440
  39.     Top = 16
  40.   end
  41. end
  42.